[PATCH] fix system-abseil build even with 2022 version
authorRene Engelhard <rene@rene-engelhard.de>
Fri, 15 Dec 2023 22:45:04 +0000 (23:45 +0100)
committerRene Engelhard <rene@debian.org>
Sun, 25 Aug 2024 11:06:48 +0000 (13:06 +0200)
commitcf16de50e225d552dd68e00095ac18dc39cc9968
tree90a60f0cebd764322ec8c3e031ad59cd949522f0
parent4874b4f38d74cf82fc5f5d6feb265e0781f841a4
[PATCH] fix system-abseil build even with 2022 version

actually it seems it was a internal abseil header from pdfium vs. system
header mismatch. Include proper absl/container/inlined_vector.h if using
system-abseil.

While at it we can also just use pkg-config, no idea why I did it
without back then. Also gets the advantage that it knows that the libs
needed for absl_inlined_vector is actually
-labsl_throw_delegate -labsl_raw_logging_internal -labsl_log_severity

This effectively reverts e89723103313ec4366ee58144c47d7a5c16bf838

Change-Id: Ide4f79860b4e0673c5c6587d503058bdd2930744

Gbp-Pq: Name fix-system-abseil-build.diff
configure.ac
external/pdfium/Library_pdfium.mk
external/pdfium/UnpackedTarball_pdfium.mk
external/pdfium/annot.patch.1
external/pdfium/system-abseil.diff [new file with mode: 0644]